gdk/wayland/surface: Don't wrap `gdk_wayland_surface_*` for toplevel vfuncs
authorIan Douglas Scott <idscott@system76.com>
Wed, 6 Jul 2022 04:03:18 +0000 (21:03 -0700)
committerIan Douglas Scott <idscott@system76.com>
Mon, 26 Sep 2022 21:22:37 +0000 (14:22 -0700)
commit887da8f931f50da680f5ec929c2fcc2847e5f910
treeebe96b09caac23874c899dee3d8c7a7d00c97dd4
parentd5c60438d1ccc599bca12b35e5fb65a8950332d4
gdk/wayland/surface: Don't wrap `gdk_wayland_surface_*` for toplevel vfuncs

As far as I'm aware, these only exist with `gdk_wayland_surface_` names
for historical reasons, before these types were split.

This way, those functions will be able to access members of the
`GdkWaylandToplevel` struct. And it just saves a few lines of code.
gdk/wayland/gdksurface-wayland.c